home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 106 / RG2001 / RG2001.ISO / demos / Sam / Serious Sam Demo / Scripts / GLSettings / NV-GF.ini < prev    next >
Encoding:
Text File  |  2001-04-13  |  484 b   |  22 lines

  1.  
  2.  
  3. // driver version: 6.50 Detonator3
  4.  
  5. include "Scripts\GLSettings\Default.ini";
  6.  
  7. if( iQualityIndex>4)    { iQualityIndex = 4; }
  8. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  9. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  10.  
  11. include "Scripts\GLSettings\RAM.ini";
  12.  
  13. ogl_bUseCompiledVertexArrays = 111;
  14. ogl_bAllowQuadArrays = 1;
  15. ogl_iFinish = 0;
  16.  
  17. if( sam_iVideoSetup==2) { 
  18.   ogl_fTextureAnisotropy = 2;
  19.   ogl_fTextureLODBias = -0.33;
  20. }
  21.  
  22.